projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c02b5fe
)
output utf8 conversion grid when building on crucible
author
Øyvind Kolås
<ok@src.gnome.org>
Fri, 22 Sep 2006 23:18:15 +0000
(23:18 +0000)
committer
Øyvind Kolås
<ok@src.gnome.org>
Fri, 22 Sep 2006 23:18:15 +0000
(23:18 +0000)
ChangeLog
patch
|
blob
|
history
docs/Makefile.am
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index e39774af1716ed58259db24b87d3886e50b5e0ec..9ff026809ce1e5e884bf48d637da46b25db4229d 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2006-09-23 Øyvind Kolås <pippin@gimp.org>
+
+ * docs/Makefile.am: output the conversion grid when building on
+ crucible.
+
2006-09-14 Øyvind Kolås <pippin@gimp.org>
* babl/babl-internal.c: (babl_process): added global babl_total_usecs,
diff --git
a/docs/Makefile.am
b/docs/Makefile.am
index 9e8f0a0a3d37d09b590f8dda3b749d14ce25289d..adfc94fb83743ab20cb568c24a27e21232f0ae66 100644
(file)
--- a/
docs/Makefile.am
+++ b/
docs/Makefile.am
@@
-39,6
+39,7
@@
BablFishPath.txt: $(top_builddir)/tests/babl_fish_path_fitness
echo -n " $@"
export BABL_PATH="$(top_builddir)/extensions"; $< > $@ &&\
echo " [OK]" || echo " Fail"
+ if [ "x"$$CRUCIBLE_ID != "x" ] ;then echo;echo;cat $@;echo;echo;fi
index.html: index-static.html \
$(top_builddir)/tests/babl_html_dump \